Computer-MCQ Computer Organisation /Software Engineering MCQs Set 7 Sample Test,Sample questions

Question:
The minimum error distribution in the period of software development is in

1.Coding

2.Design phase

3.Testing

4.Requirement analysis


Question:
A 32 bit microprocessor has the word length equal to

1.2 bytes

2.4 bytes

3.8 bytes

4.32 bytes


Question:
A module that is supplied along with the programming language translator to make the language easier is called

1.A benchmark program

2.A data structure

3. An intrinsic function

4. None of these


Question:
A new technology which provides the ability to create an artificial world and have people interact with it is called

1.Televirtuality

2.Alternative reality

3.Virtual reality

4.3-D reality


Question:
A series of instructions that tells a computer what to do and how to do it is called a

1.Program

2.Processor

3.Command

4.User response


Question:
A single integrated program may contain

1.An operating system and an application program

2.Programs that take care of all the basic accounting systems used by a business

3. Word processing, spread sheet processing, graphics, and data management

4.Both (b) and (c)


Question:
Abbreviate the term BSS.

1.Box Structure Specification

2.Box Statistical Specification

3.Box Statistical System

4.Box Structure Sampling


Question:
Abbreviate the term CMMI.

1.Capability Maturity Model Integration

2.Capability Model Maturity Integration

3.Capability Maturity Model Instructions

4.Capability Model Maturity Instructions


Question:
All variables must be declared at the beginning of

1. A PASCAL program

2.A BASIC program

3.An assembly language program

4.A machine language program


Question:
An examples of an expert system is

1.A structural analysis program

2. The Internist, a medical diagnosis program

3.A stock and bond analysis program

4.All of these


Question:
An inventory management program can assist with

1. The distribution of inventory

2.The purchasing of inventory

3.The planning of inventory

4.All of these


Question:
An optical input device that interprets pencil marks on paper media is

1.Magnetic tape

2.O.M.R.

3.Punch card reader

4. Optical scanners


Question:
BNF is a meta-language for

1. Shell programming

2.Specifying the syntax of a language

3.Real-time programming

4.Describing how program works


Question:
Configuration management is not concerned with

1.Choice of hardware configuration for an application

2.Controlling changes to the source code

3.Controlling documentation changes

4.Maintaining versions of software


Question:
Constantine suggests four organizational paradigms for software engineering teams. The best project team organizational model to use when handling extremely complex problems is ________ .

1.Random paradigm

2.Open paradigm

3.Synchronous paradigm

4.Closed paradigm


Question:
Data flow diagram, regular expression and transition table can be combined to provide  _____  for functional specification of system software.

1.Event Table

2.Decision table

3.Finite state automata

4.None of these


Question:
Data structure suitable for the application is discussed in

1.Interface design

2.Procedural design

3.Architectural design

4. Data design


Question:
First level of prototype is evaluated by ______ .

1.Developer

2.Tester

3.User

4.System Analyst


Question:
For the best Software model suitable for the project, in which of the phase the developers decide a roadmap for project plan?

1.Software Design

2.System Analysis

3.Coding

4.Testing


Question:
Game programs include

1. Video arcade games

2.Adventure games

3.Simulation games

4.All of these


Question:
Home finance programs are

1.Inventory management programs

2.Project management programs

3.Accounting programs

4.None of these


Question:
If a file is to be moved from main memory to a disk, the directory file would be modified by the

1.File manager

2.Command processor

3. I/0 managers

4.Supervisor


Question:
In an IBM PC, ROM contains

1.The file manager

2.The I/0 manager

3.The operating system supervisor

4.All of these


Question:
In object oriented design of software

1.Classes are always different

2. Classes are defined based on the attributes of objects

3.Objects inherit the properties of the class

4.All of these


Question:
In object oriented design of software, objects have

1.Attributes name and operations

2.Attributes and name only

3.Operations and name only

4.None of these


Question:
In testing phase, the efforts distribution is

1.10%

2.20%

3.30%

4.50%


Question:
Line of code(LOC) of the product comes under which type of measures?

1.Indirect measures

2.Direct measures

3.Coding

4.None of the above.


Question:
The data flow model of an application mainly shows

1.communication network structure

2.decision and control information

3.processing requirements and the flow of data

4.the underlying data and the relationship among them


Question:
The extent to which the software can control to operate correctly despite the introduction of invalid input is called as

1.Portability

2.Fault tolerance

3.Robustness

4.Reliability


Question:
The graph theoretic concept will be useful in software testing is

1.Euler an cycle

2.Hamiltonian circuit

3.Cyclamate number

4.None of these


Question:
The maximum error distribution is in

1.Testing

2.Coding

3.Design

4.Requirement analysis


Question:
The model which estimates the total effort in terms of person, months of the technical project staff, is

1.COCOMO Model

2.Waterfall model

3.Prototyping

4.Spiral


Question:
The principle, a function can always be replaced by its value (irrespective of the context), without changing the meaning is called

1.Referential transparency

2.Context-free

3.Orthogonality

4.Unbinding


Question:
The process togather the software requirements from Client, Analyze and Document is known as ______ .

1.Requirement engineering process

2.Requirement elicitation process

3.User interface requirements

4.Software system analyst


Question:
The shell

1.Accepts command from the user

2.Maintains directories of files

3.Translates the keyboards character codes

4.None of these


Question:
To write a program that solves a given problem, a programmer

1.Debugs the program

2.Designs an algorithm

3.Codes an algorithm in a programming language

4.All of these


Question:
Types of design phase 1s/are

1.One

2.Two

3.Three

4.Four


Question:
Use of recursion

1.makes debugging easier

2. reduces execution time

3.makes software bug-free

4.enhances logical clarity and reduces code size


Question:
What is the detailed sequence of steps that describes the interaction between the user and the application?

1.Scenario scripts

2.Support classes

3.Key classes

4.Subsystems


Question:
What is the main aim of Software engineering?

1.Reliable software

2.Cost effective software

3.Reliable and cost effective software

4.None of the above


Question:
What is the testing to ensure the WebApp properly interfaces with other applications or databases?

1.Compatibility

2.Interoperability

3.Performance

4.Security


Question:
When elements of module are grouped together that are executed sequentially in order to perform a task, is called ______ .

1.Procedural cohesion

2.Logical cohesion

3.Emporal cohesion

4.Co-incidental cohesion


Question:
Which classes represent data stores (e.g., a database) that will persist beyond the execution of the software?

1.Process classes

2.System classes

3.Persistent classes

4.User interface classes


Question:
Which coupling is also known as Global coupling ?

1.Content coupling

2.Stamp coupling

3.Data coupling

4.Common coupling


Question:
Which of the following is (are) required by top-down design?

1.Modularity

2.Step-wise refinement

3.Flow charging

4.All of these


Question:
Which of the items listed below is not one of the software engineering layers?

1.Process

2.Manufacturing

3.Methods

4.Tools


Question:
Which risks identify Potential Design, Implementation, Interface, Verification and Maintenance Problems?

1.Project risk

2.Business risk

3.Technical risk

4.Schedule risk


Question:
Which Variation control in the context of software engineering involves controlling variation?

1.Process applied

2.Resources expended

3.Product quality attributes

4.All mentioned above


Question:
Who manages the effects of change throughout the software process?

1.Software project tracking and control

2.Software configuration management

3.Measurement

4.Technical reviews


Question:
You are working in CareerRide as a project manager. What will you do to minimize the risk of software failure?

1.Request a large budget

2.You will increase the team size

3.Track progress

4.None of the above.


More MCQS

  1. Computer fundamentals
  2. Computer Basic MCQS
  3. CCC MCQ Sample Paper 1
  4. CCC Exams MCQS Sample Paper Test 2
  5. Computer Basics MCQS Paper 1
  6. Computer Basics MCQS Paper 2
  7. FUNDAMENTALS OF COMPUTERS MCQs PART 2
  8. FUNDAMENTALS OF COMPUTERS MCQs PART 1
  9. FUNDAMENTALS OF COMPUTERS MCQs PART 3
  10. Computer mcqs smaple paper 1
  11. Computer mcqs smaple paper 2
  12. Computer mcqs smaple paper 3
  13. Fundamentals of Computers
  14. Fundamentals of Computers (New) Part 1
  15. Fundamentals of Computers (New) Part 2
  16. Computer Networks MCQ Questions
  17. Computer Networks Transition from IPV4 to IPV6
  18. Computer Fundamentals (New) Part 1
  19. Computer Fundamentals (New) Part 2
  20. Computer Fundamentals (New) Part 3
  21. Computer Fundamentals (New) Part 4
  22. Computer Fundamentals (New) Part 5
  23. Computer Fundamentals (New) Part 6
  24. Computer Fundamentals (New) Part 7
  25. Computer Fundamentals (New) Part 8
  26. Operating Systems MCQs Part 1
  27. Operating Systems MCQs Part 2
  28. OS(Computer Operating Systems) Part 1
  29. OS(Computer Operating Systems) Part 2
  30. OS(Computer Operating Systems) Part 3
  31. OS(Computer Operating Systems) Part 4
  32. OS - Computer Operating Systems Part 5
  33. OS - Computer Operating Systems Part 6
  34. OS - Computer Operating Systems Part 7
  35. MS Word MCQ Questions Part 1
  36. MS Word MCQ Questions Part 2
  37. MS Word MCQ Questions Part 3
  38. MS Word MCQ Questions Part 4
  39. MS Word MCQ Questions Part 5
  40. MS Word MCQ Questions Part 7
  41. MS Word MCQ Questions Part 6
  42. Microsoft Excel MCQ Questions Part 1
  43. Microsoft Excel MCQ Questions Part 2
  44. Microsoft Excel MCQ Questions Part 3
  45. Microsoft Excel MCQ Questions Part 4
  46. Microsoft Excel MCQ Questions Part 5
  47. Microsoft Excel MCQ Questions Part 6
  48. Microsoft Excel MCQ Questions Part 7
  49. MS PowerPoint MCQ Questions PART 1
  50. MS PowerPoint MCQ Questions PART 2
  51. MS PowerPoint MCQ Questions PART 3
  52. MS PowerPoint MCQ Questions PART 4
  53. MS PowerPoint MCQ Questions PART 5
  54. MS PowerPoint MCQ Questions PART 6
  55. MS PowerPoint MCQ Questions PART 7
  56. MS Access MCQ Questions Part 1
  57. MS Access MCQ Questions Part 2
  58. MS Access MCQ Questions Part 3
  59. MS Access MCQ Questions Part 4
  60. MS Access MCQ Questions Part 5
  61. MS Access MCQ Questions Part 6
  62. MS Access MCQ Questions Part 7
  63. MS Access MCQ Questions Part 8
  64. Query of MS Access MCQS Part 1
  65. Query of MS Access MCQS Part 2
  66. Computer Communication and Networking Quiz
  67. Computer Graphics MCQ Quiz Questions and Answers
  68. Computer Basics Quiz Questions
  69. Computer Quiz Questions with Answers
  70. Computer Hardware MCQS Quiz
  71. MCQ Computer Organization & Architecture
  72. MCQ Computer Organisation - Input & output Organisation SET1
  73. MCQ Computer Organisation - Input & output Organisation SET2
  74. MCQ Computer Organisation - Input & output Organisation SET3
  75. MCQS on addressing modes SET 1
  76. MCQS on addressing modes SET 2
  77. Software Engineering MCQs SET 1
  78. Software Engineering MCQs SET 2
  79. Software Engineering MCQs Set 3
  80. Software Engineering MCQs Set 4
  81. Software Engineering MCQs Set 5
  82. Software Engineering MCQs Set 6
  83. Software Engineering MCQs Set 7
  84. mcqs data structures
  85. CCC Exam Sample MCQ Paper
  86. Computer MCQ Questions set-1
  87. Computer MCQ Questions set-2
  88. Computer MCQ Questions set-3
  89. Current affairs mcq Database management
  90. Programming arcitecture
  91. Computer Graphics MCQ Questions part 1
  92. Computer Graphics MCQ Questions part 2
  93. Computer Awareness MCQs and Quiz for Banking, IBPS, RRB, RBI, SBI Exams pART 1
  94. Computer Awareness MCQs and Quiz for Banking, IBPS, RRB, RBI, SBI Exams pART 2
  95. Computer Science MCQs
  96. Computer Mcq Question
  97. MCQs based on Fundamentals of Computer 1 set
  98. Computer Mcq Question set 2
  99. MCQ Encoding Schemes
  100. Data Entry and Keyboarding Skills MCQ
  101. Computer Science Number System
  102. Computer Network MCQ
  103. MCQ Questions on Tally
  104. MCQ Questions on Tally Set 2
  105. MCQ Questions on Tally Set 3
  106. MCQ Questions on Tally Set 4
  107. Internet Technology MCQ Questions for Competitive Exams
  108. Computer Software MCQ GK Questions
  109. Computer Organization and Architecture MCQs
  110. Basic Computer GK Questions
  111. Computer Graphics MCQ Set 1
  112. Operating System MCQ Set 1
  113. Operating System MCQ Set 2
  114. Operating System MCQ Set 3
  115. Operating System MCQ Set 4
  116. Operating System MCQ Set 5
  117. Operating System MCQ Set 6
  118. Operating System MCQ Set 7
  119. Operating System MCQ Set 8
  120. Operating System MCQ Set 9
  121. Operating System MCQ Set 10
  122. Operating System MCQ Set 11
  123. Operating System MCQ Set 12
  124. Operating System MCQ Set 13
  125. Operating System MCQ Set 14
  126. Operating System MCQ Set 15
  127. Operating System MCQ Set 16
  128. Operating System MCQ Set 17
  129. Operating System MCQ Set 18
  130. Operating System MCQ Set 19
  131. Operating System MCQ Set 20
  132. Operating System MCQ Set 21
  133. Computer Graphics MCQ Question Set 1
  134. Computer Networks MCQs
  135. Computer Networks MCQs Set-2
  136. Computer Networks MCQs Set-3
  137. Computer Networks MCQs Set-4
  138. Bachelor of Computer Applications MCQs set-1
  139. Bachelor of Computer Applications MCQs set-2
  140. NET Programming MCQ
  141. Artificial Intelligence and Robotics (AIR) Set 1
  142. Artificial Intelligence and Robotics (AIR) Set 2
  143. Computer Engineering Soft Computing Set 1
  144. Computer Engineering Soft Computing Set 2
  145. COMPUTERS AND IT MCQs QUESTIONS
  146. Ancient Indian History MCQ
Search
Olete Team
Online Exam TestTop Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on Online Exam Testwebsite is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!